home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group94a.txt / 000032_icon-group-sender _Mon Jan 31 14:24:29 1994.msg < prev    next >
Internet Message Format  |  1994-08-19  |  2KB

  1. Received: by cheltenham.cs.arizona.edu; Mon, 31 Jan 1994 18:09:43 MST
  2. From: mitch@roll.csd.sgi.com (Tom Mitchell)
  3. Message-Id: <9401312224.AA10106@roll.csd.sgi.com>
  4. Subject: Re: document formatting
  5. To: smith101@maroon.tc.umn.edu (Christopher P. Smith)
  6. Date: Mon, 31 Jan 1994 14:24:29 -0800 (PST)
  7. Cc: icon-group@cs.arizona.edu
  8. In-Reply-To: <199401291928.AA11678@optima.CS.Arizona.EDU> from "Christopher P. Smith" at Jan 29, 94 01:28:45 pm
  9. X-Mailer: ELM [version 2.4 PL22]
  10. Content-Type: text
  11. Content-Length: 1151      
  12. Status: R
  13. Errors-To: icon-group-errors@cs.arizona.edu
  14.  
  15.  
  16. Look into the troff/nroff replacement that was published
  17. in Dr. Dobbs a while back (written in C).
  18.  
  19. The problem with 'simple' is that it is only simple for one
  20. person.  If you begin to roll your own look at TeX first.
  21.  
  22. The scope rules are much richer.  Operation names are not
  23. restricted to two characters.
  24.  
  25. Consider:
  26.  
  27.   \ljp{
  28.   Where nesting, blocks and scope \emp{are} better defined.
  29.   }
  30.  
  31.   Where nesting, blocks and scope _ARE_ better defined.
  32.  
  33.  
  34. > Hello,
  35. >   I am interested in a simple text formatting program, something which is a
  36. > primitive form of nroff.  The input is a plain text file with special
  37. > formatting instructions which govern the format of the lines following the
  38. > command.  The most primitive set of commands might be something like
  39. > .lp (for left justified paragraphs)
  40. > .tt (to indicate that the following text is to be unaltered "typed text")
  41. >   The program would read the input file and produce an output file with
  42. > paragraphs formatted according to the embedded commands.
  43. > Does anyone know of such a program or Icon script which accomplishes this?
  44. > Thanks.
  45. > ________
  46. > Chris...
  47.  
  48.  
  49.  
  50.